type internal/runtime/cgroup.stringError
9 uses
internal/runtime/cgroup (current package)
cgroup.go#L13: ErrNoCgroup error = stringError("not in a cgroup")
cgroup.go#L15: errMalformedFile error = stringError("malformed file")
cgroup.go#L432: errInvalidEscape error = stringError("invalid path escape sequence")
cgroup.go#L433: errPathTooLong error = stringError("path too long")
line_reader.go#L13: type stringError string
line_reader.go#L15: func (e stringError) Error() string {
line_reader.go#L25: errIncompleteLine error = stringError("incomplete line")
line_reader.go#L28: errSyscallFailed error = stringError("syscall failed")
line_reader.go#L31: errEOF error = stringError("end of file")
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)